ChartSelectionChangeType

Specifies the possible types of changes to selection using a chart's selection cursor.
 

Example

The following is an example of how to reference the ChartSelectionChangeType object:

	// The full path is required.
	dundas.controls.ChartSelectionChangeType.CROSS_SECTION
	

 

Properties

 
  Name Description
  CROSS_SECTION A cross-section of line chart series were selected by moving the mouse or tapping along the X axis.
  MOVE A selected area was moved, maintaining the same selected area size.
  POINTS An area was selected causing all data points within the area to become selected.
  RESIZE A selected area was resized, maintaining all but one of the selected area boundaries.
  SELECT An area was selected by clicking/touching and dragging across the chart plotting area.